// Example File Command script to show payload generation video mode or WriteMemory commands.
// Use this file as the File Name argument.

// Build RGB888 constant frame based on frame number in sequence.  
// Then, convert frame to current command video format
// The frame sequence has pixel values (0,0,0), (10h, 10h, 10h), (20h, 20h, 20h), etc 
# BUF frame
*(3*SYS_HACTIVE * SYS_VACTIVE) ((10h * SYS_CMD_FRAME_NUM) & ffh)
# CONVERT frame
# STREAM frame